Flexible Clipmaps for Managing Growing Textures
نویسندگان
چکیده
Previous work on large image data sets has evolved techniques for handling representations of these data that cache textures of arbitrary, but fixed, size in a limited amount of physical memory for rendering in realtime. In these approaches the texture data is usually pre-processed and arranged, for instance in a geometryindependent texture clipmap. New technologies in the area of remote sensing generate aerial images in realtime at a high rate in a patchwork-like pattern, and new images may replace previously captured image data. These patchwork-like image data can be used to create a growing texture which is dynamic in the sense that it may be updated in parts and grow in extension in the course of time. For such growing textures, current clipmap techniques are not appropriate. In this paper we introduce the Flexible Clipmap, a technique for incrementally generating a clipmap from a large virtual texture of dynamically changing content and extent. Our technique makes use of a tile-based clipmap approach and a common spatial indexing data structure to provide access to very large growing textures. We present an evaluation of our technique in the context of a remote sensing application which demands real-time rendering of growing texture data.
منابع مشابه
Terrain Rendering Using GPU-Based Geometry Clipmaps
The geometry clipmap introduced in Losasso and Hoppe 2004 is a new level-of-detail structure for rendering terrains. It caches terrain geometry in a set of nested regular grids, which are incrementally shifted as the viewer moves. The grid structure provides a number of benefits over previous irregular-mesh techniques: simplicity of data structures, smooth visual transitions, steady rendering r...
متن کاملHexagonal Geometry Clipmaps for Spherical Terrain Rendering
Terrains can be rendered efficiently with rectangular 2D grid of heights. Terrain on spheres, on the other hand, can be rendered using Hierarchical Triangular Mesh (HTM) but the representation does not fit directly with 2D grid of heights. We present a unified representation of HTM and clipmapping using Hexagonal Geometry Clipmaps. This provides one to one correspondence of vertices and heights...
متن کاملTerrain Rendering using Geometry Clipmaps
Geometry clipmaps present a quick, intuitive, and high performance solution to the problem of rendering terrain at varying levels of detail (LOD). Recent advances in graphics hardware allow a significant portion of geometry clipmap processing to be done on the GPU, making the performance even better. This paper explores implementing geometry clipmaps on the GPU and discusses the optimizations a...
متن کاملTerrain Rendering using Spherical Clipmaps
We describe a terrain rendering algorithm for spherical terrains based on clipmaps. It leverages the high geometry throughput of current GPU to render large static triangle sets. The vertices are displaced by a height map texture. Our main contribution is mapping of texture coordinates to calculate the height map sample position based on the static vertex offset and the variable view position.
متن کاملTerrain Rendering Using Geometry Clipmaps
A primary difficulty in terrain rendering is displaying realistic terrains to the user at real-time frame rates. The brute force approach is usually too complex for real-time frame rates to be achieved. Several terrain-rendering techniques have been proposed that use Level of Detail (LOD) to generate a simplified representation of a terrain. The geometry clipmap is a recently proposed approach ...
متن کامل